/*
Theme Name: Hestia Pro Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia-pro
Version: 0.1
*/
/*html,body{-webkit-filter: grayscale(1);filter: grayscale(1);}*/
#nb_icon_wrap.nb-icon-wrap-0 {height:60px !important;width:60px !important;opacity:0.90 !important;}
h1, h2, h3, h4, h5, h6{font-weight: bold !important;}
@font-face{
	font-family: 'impact';
	src: url('/static/fonts/IMPACT.TTF')
}

@media only screen and (min-width:769px){
   .contact-section-center{justify-content: center;}
   .contact-section-left{justify-content: flex-start;}
   .contact-section-right{justify-content: flex-end;}
	.contact-section{font-size: 30px;}
}
@media only screen and (max-width:768px){
   .contact-section-center{justify-content: center;}
   .contact-section-left{justify-content: center;}
   .contact-section-right{justify-content: center;}
	.contact-section{font-size: 30px;}
}
@media only screen and (max-width: 400px){
   .contact-section .title{display:none;}
	.contact-section{font-size: 24px;}
}
.contact-section{display: flex;align-items: center;line-height: 1;color:#f60;}
.contact-section .title{font-size: 0.7em;color: #666;font-family:Microsoft YaHei,微软雅黑,Arial}
.contact-section .title-white{font-size: 0.7em;color: #fff;font-family:Microsoft YaHei,微软雅黑,Arial}
.contact-section .tel{font-weight: 600;font-family: impact, Arial;}
.contact-section div{margin-left: 10px;}
.contact-section .tel a{color: #f60;letter-spacing:1px;}

.img-border img{
	border: solid 1px #999 !important;
   padding: 0 !important;
}
.form-group{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}